CREATE PIXEL SHADER FROM FILE
This command will create a pixel shader from a specified text file.
CREATE PIXEL SHADER FROM FILE PixelShader Number, Shader Filename
PixelShader Number
Integer
This value is an integer number such as 1.
Shader Filename
String
This value is a string value encased in speech marks.
This command does not return a value.
Use this command in concert with other pixel shader commands to create a special effect on a 3D object. Pixel shaders are powerful programmable effects, and not all 3D devices support them.
No example code is provided for this command
BASIC3D Commands Menu
Index